Skip to content

Fix for Semicolon insertion#813

Merged
Andrey1994 merged 1 commit intomasterfrom
finding-autofix-683583d6
Apr 26, 2026
Merged

Fix for Semicolon insertion#813
Andrey1994 merged 1 commit intomasterfrom
finding-autofix-683583d6

Conversation

@Andrey1994
Copy link
Copy Markdown
Member

Add the missing semicolon to the board.releaseSession() statement in nodejs_package/tests/denoising.ts inside runExample.

Best fix without changing functionality:

  • Edit line 17 from board.releaseSession() to board.releaseSession();.
  • No logic changes, no imports, no new methods, no dependency changes.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@Andrey1994 Andrey1994 marked this pull request as ready for review April 26, 2026 16:14
@Andrey1994 Andrey1994 merged commit cd044eb into master Apr 26, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant